Make the action widgets internal children of GtkNotebook
authorChristian Persch <chpe@gnome.org>
Tue, 10 Nov 2009 14:40:29 +0000 (15:40 +0100)
committerChristian Persch <chpe@gnome.org>
Sat, 28 Nov 2009 17:05:09 +0000 (18:05 +0100)
commit5bf30c2885253f7687c4f7e03e5f9fd2c9d82922
treea383c091d9130b0c629a56135d47b1219871de2d
parent6dfb21e616bdf1e1db7ed86bff08fcb68210f17e
Make the action widgets internal children of GtkNotebook

So they're not included in the result of gtk_container_foreach() which
preserves it as a convenient way to get the list of all notebook content
widgets.

Bug #601409.
gtk/gtknotebook.c